home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 9117 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: news.bridge.net!news
  2. From: David Byrden <100101.2547@compuserve.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Advice needed!
  5. Date: 28 Feb 1996 19:38:47 GMT
  6. Organization: self-employed
  7. Message-ID: <4h2b07$518@news.bridge.net>
  8. References: <3133F8BB.173@winternet.com>
  9. NNTP-Posting-Host: ppp-mia2-68.bridge.net
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.1N (Windows; I; 16bit)
  14.  
  15.  
  16. >>  Does anybody know any good, royalty free, widely ported C++ class 
  17. >> library?
  18.  
  19.  
  20.    Jacob;
  21.  
  22.    I just want to be sure that you are aware of the forthcoming C++ 
  23. standard and how it will define a universal class library. You mentioned 
  24. string and linked list classes, and they will be in it. A free 
  25. preliminary version of the linked list class is already available (in the 
  26. HP STL).
  27.  
  28.   Unfortunately, the standard classes require compilers that support 
  29. template members of template classes, so there's a lot of work to be done 
  30. before full implementations appear. None theless, if you have to write a 
  31. String class, it might be a good idea to conform to the standard 
  32. interface so that your efforts can be replaced by standard libraries 
  33. later on.
  34.  
  35.  
  36.  
  37.                              David
  38.  
  39.  
  40.